home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / blkspell / btdict.h < prev    next >
C/C++ Source or Header  |  1998-09-22  |  251b  |  8 lines

  1. #if !defined(btdict_h)              // Sentry, use file only if it's not already included.
  2. #define btdict_h
  3.  
  4. extern "C" __declspec( dllimport ) void WINAPI SpellCheck(HWND);
  5. extern "C" __declspec( dllimport ) void WINAPI ShowLicense();
  6.  
  7. #endif
  8.